home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Dev / StormAmigalib / stormamiga_lib / Include / limits_stormamiga.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-12-03  |  446 b   |  28 lines

  1. #ifndef  LIMITS_STORMAMIGA_H
  2. #define  LIMITS_STORMAMIGA_H
  3.  
  4. /*
  5. **     $VER: limits_stormamiga.h 1.0 (05.01.98)
  6. **             Includes Release 44.00
  7. **
  8. **     Copyright © 1996/98 by CyberdyneSystems
  9. **
  10. **            written by Matthias Henze
  11. **               All Rights Reserved
  12. */
  13.  
  14. #ifndef  STORMAMIGA_H
  15.   #include <stormamiga.h>
  16. #endif
  17.  
  18. #ifdef __cplusplus
  19.   extern "C" {
  20. #endif
  21.  
  22.  
  23. #ifdef __cplusplus
  24.   }
  25. #endif
  26.  
  27. #endif  /* LIMITS_STORMAMIGA_H */
  28.